Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Correct filepath for doctest requiring local resource #171

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

Sheila-nk
Copy link
Collaborator

Fixes #154 where the incorrect file path was specified for the doctest, sio, that required a local file, octave_a.mat

@Sheila-nk
Copy link
Collaborator Author

Since the test for local file cases xpassed on the CI, I suggest we remove the xfail marker. Additionally, we should add the local_file_cases test file to the pytest plugin test run.

@Sheila-nk Sheila-nk requested a review from ev-br August 13, 2024 10:21
@Sheila-nk Sheila-nk added the bug Something isn't working label Aug 13, 2024
@ev-br
Copy link
Member

ev-br commented Aug 13, 2024

That's great @Sheila-nk, glad to see you back!

Could you also check that this fixes $ python dev.py smoke-tutorials of io.rst in scipy? Currently xfailed at https://github.com/scipy/scipy/blob/main/scipy/conftest.py#L429

@Sheila-nk
Copy link
Collaborator Author

Thanks @ev-br! Happy to be back! 😄

@ev-br
Copy link
Member

ev-br commented Aug 13, 2024

CI is green both here and in the linked scipy PR, the fix LGTM, merging.

@ev-br ev-br merged commit 3365240 into scipy:main Aug 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate why local files are (sometimes) not found under pytest
2 participants